home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000153_news@columbia.edu _Wed Dec 20 20:58:30 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with SMTP id UAA00698 for <kermit.misc@watsun>; Wed, 20 Dec 1995 20:58:29 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id UAA00477 for kermit.misc@watsun; Wed, 20 Dec 1995 20:58:28 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.jsums.edu!despina.neptune.com!usenet.eel.ufl.edu!freenet2.freenet.ufl.edu!afn10375
  5. From: afn10375@freenet2.freenet.ufl.edu (David A. Johns)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Uploading into EDT editor
  8. Date: 20 Dec 1995 09:31:30 GMT
  9. Lines: 27
  10. Message-ID: <4b8l5i$9q4@huron.eel.ufl.edu>
  11. References: <4aronp$ks5@huron.eel.ufl.edu> <1995Dec15.165002.69763@cc.usu.edu>
  12.  <4aua85$f52@huron.eel.ufl.edu> <1995Dec19.125645.69832@cc.usu.edu>
  13. NNTP-Posting-Host: freenet2.afn.org
  14. X-Newsreader: NewsWerthy 1.71 (unregistered)
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In <1995Dec19.125645.69832@cc.usu.edu>, jrd@cc.usu.edu (Joe Doupnik) wrote:
  18.  
  19. #         I'm not sure where this is leading us. To see what EDT
  20. #   responds please turn on logging (LOG SESSION). Its responses
  21. #   vary depending on where one is in the screen (middle, bottom)
  22. #   and whether material follows the insertion point, full screen
  23. #   or line editing mode, etc.
  24.  
  25. Yes, as Frank pointed out, using SET TERM PROMPT \0 solves that
  26. problem.
  27.  
  28. #         I use EVE (super EDT) a lot, and I put material into it
  29. #   from the Kermit TRANSMIT command several times per day. I
  30. #   press ENTER to keep it going if the editor is being cute with
  31. #   cursor work. That is hardly a bother to me. To avoid all such
  32. #   problems use a line-mode editing system, for which the
  33. #   TRANSMIT command was designed. Yeah, I can hear the groans, so
  34. #   press the ENTER key and let's get on with the job at hand.
  35.  
  36. I can use EVE from the command prompt, but for some reason I've never
  37. been able to get MAIL to call it up, and that's all I use the VAX for.
  38. But a combination of not looking for a prompt and using insert mode
  39. seems like the best answer.
  40.  
  41. Thanks for your help.
  42.  
  43. David Johns